Just set this to "printer", so we don't have
to fix it up in the print dialog.
g_param_spec_string ("icon-name",
P_("Icon Name"),
P_("The icon name to use for the printer"),
- "",
+ "printer",
GTK_PARAM_READABLE));
g_object_class_install_property (G_OBJECT_CLASS (class),
PROP_JOB_COUNT,
if (priv->icon_name)
g_value_set_string (value, priv->icon_name);
else
- g_value_set_static_string (value, "");
+ g_value_set_static_string (value, "printer");
break;
case PROP_JOB_COUNT:
g_value_set_int (value, priv->job_count);